UInt32NINumericUInt32NIsGreaterThan Method
Determines whether the current value is greater than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<UInt32N>.IsGreaterThan(
UInt32N value
)
Private Function IsGreaterThan (
value As UInt32N
) As Boolean Implements INumeric(Of UInt32N).IsGreaterThan
private:
virtual bool IsGreaterThan(
UInt32N value
) sealed = INumeric<UInt32N>::IsGreaterThan
private abstract IsGreaterThan :
value : UInt32N -> bool
private override IsGreaterThan :
value : UInt32N -> bool
- value UInt32N
- The value to compare with the current value.
Boolean if the current value is greater than
value; otherwise,
.
INumericTSelfIsGreaterThan(TSelf)